home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / ixemul / sdk / man / cat5 / group.0 < prev    next >
Encoding:
Text File  |  1998-06-15  |  2.5 KB  |  59 lines

  1.  
  2. GROUP(5)                   UNIX Programmer's Manual                   GROUP(5)
  3.  
  4. NNAAMMEE
  5.      ggrroouupp - format of the group permissions file
  6.  
  7. DDEESSCCRRIIPPTTIIOONN
  8.      The file <_/_e_t_c_/_g_r_o_u_p> consists of newline separated ASCII records, one
  9.      per group, containing four colon `:' separated fields. These fields are
  10.      as follows:
  11.            group     Name of the group.
  12.            passwd    Group's _e_n_c_r_y_p_t_e_d password.
  13.            gid       The group's decimal ID.
  14.            member    Group members.
  15.  
  16.      The _g_r_o_u_p field is the group name used for granting file access to users
  17.      who are members of the group.  The _g_i_d field is the number associated
  18.      with the group name.  They should both be unique across the system (and
  19.      often across a group of systems) since they control file access.  The
  20.      _p_a_s_s_w_d field is an optional _e_n_c_r_y_p_t_e_d password.  This field is rarely
  21.      used and an asterisk is normally placed in it rather than leaving it
  22.      blank.  The _m_e_m_b_e_r field contains the names of users granted the privi-
  23.      leges of _g_r_o_u_p. The member names are separated by commas without spaces
  24.      or newlines.  A user is automatically in a group if that group was speci-
  25.      fied in their _/_e_t_c_/_p_a_s_s_w_d entry and does not need to be added to that
  26.      group in the _/_e_t_c_/_g_r_o_u_p _f_i_l_e_.
  27.  
  28. YYPP SSUUPPPPOORRTT
  29.      If YP is active, the ggrroouupp file may also contain lines of the format
  30.  
  31.      +name:*::
  32.  
  33.      which causes the specified group to be included from the _g_r_o_u_p_._b_y_n_a_m_e YP
  34.      map.
  35.  
  36.      If no group name is specified, or the ``+'' (plus sign) appears alone on
  37.      line, all groups are included from the YP map.
  38.  
  39.      YP references may appear anywhere in the file, but the single ``+'' form
  40.      should be on the last line, for historical reasons.  Only the first group
  41.      with a specific name encountered, whether in the ggrroouupp file itself, or
  42.      included via YP, will be used.
  43.  
  44. FFIILLEESS
  45.      /etc/group
  46.  
  47. SSEEEE AALLSSOO
  48.      setgroups(2),  initgroups(3),  crypt(3),  passwd(1),  passwd(5),  yp(8)
  49.  
  50. BBUUGGSS
  51.      The passwd(1) command does not change the ggrroouupp passwords.
  52.  
  53. HHIISSTTOORRYY
  54.      A ggrroouupp file format appeared in Version 6 AT&T UNIX.
  55.  
  56.      YP file format first appeared in SunOS.
  57.  
  58. BSD Experimental                 July 18, 1995                               1
  59.